body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
input,
textarea,
p,
th,
td,
img {
    margin: 0;
    padding: 0;
}

img {
    border: 0
}

ol,
ul {
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 16px;
}

input {
    outline: none;
    border: none;
}

html {
    _overflow-y: scroll;
}


/*****！！页面通用css样式定义开始******/

html,
body {
    min-width: 1200px;
    font-family: "Microsoft YaHei";
    _width: expression(document.body.clientWidth < 1200 ? "1200px": "auto");
}


/* body的css定义:这里定义页面上下左右边距，页面背景颜色，滚动条颜色样式 */

body {
    font-family: "微软雅黑";
    /*文字字体定义 */
    font-size: 14px;
    /*文字大小定义 */
    color: #666666;
    /*文字颜色定义 */
    min-width: 1200px;
    outline: none;
}

* {
    word-break: break-all;
    word-wrap: break-word
}


/* 网站超链接css通用设置 */

a {
    text-decoration: none;
}


/* 链接无下划线,有为underline */

a:link {
    color: #2c2c2c;
}


/* 未访问的链接 */

a:visited {
    color: #2c2c2c;
}


/* 已访问的链接 */

a:hover {
    color: #2c2c2c;
    text-decoration: none;
}


/* 鼠标在链接上 */

a:active {
    color: #2c2c2c;
}


/* 点击激活链接 */

p {
    line-height: 24px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.hide {
    display: none
}

.show {
    display: block
}

.dib {
    display: inline-block;
    *display: inline;
    zoom: 1;
}


/*.clear{clear:both; line-height:0; height:0; font-size:0px;}*/

.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/*清除浮动*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}


/*清除浮动*/

.clearfix {
    display: inline-block
}

* html .clearfix {
    height: 1%
}

.clearfix {
    display: block
}

.dib {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
    height: auto;
}

.red {
    color: red
}


/*表格样式定义 */

checkbox {
    border: 0px;
}


/*选择框样式定义 */

.input {
    border: 1px solid #ccc;
    height: 20px;
    line-height: 20px
}

ul,
li {
    list-style: none
}


/*public*/

.size1 {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.backcolor {
    background: #d00000;
}

.color {
    color: #d00000;
}

.banner{width: 100%;position: relative;z-index: 0;overflow: hidden;}
.banner .flexslider{ width:1920px;position:relative;left: 50%;margin-left: -960px;overflow:hidden; min-width:1000px;}
.banner .slides{position:relative;z-index:1;}
.banner .slides li{}
.banner .slides li img{width: 100%; margin:0 auto; display:block;}
/*左右切换*/
.banner .flex-direction-nav {width: 1200px;height: 48px;position: absolute;left: 50%;top: 50%;margin:-24px 0 0 -600px;  z-index: 1}
.banner .flex-direction-nav a.flex-prev,
.banner .flex-direction-nav a.flex-next{position: absolute;width: 25px;height: 48px;background:none;font-size: 0}
.banner .flex-direction-nav a.flex-prev{left: 0;}
.banner .flex-direction-nav a.flex-next{right: 0;background-position:-25px 0; }
/*dot*/
.banner .flex-control-paging{}
.banner .flex-control-nav{ display: none; width: 1000px;position:absolute;left: 50%;margin-left: -500px;bottom: 50px; z-index:2;text-align:center;}
.banner .flex-control-nav li{display:inline-block;*display:inline;zoom:1;font-size: 0;margin: 0 6px;}
.banner .flex-control-nav a{display:block;width:20px;height:4px;border-radius:5px;background:#999;cursor:pointer;}
.banner .flex-control-nav .flex-active{background: #0461bb; width: 40px; height: 4px; position: relative; }
.maincolor{
    color:#0f6cc9;
}

.banner{ overflow: hidden;}
.header_nav.nav01 {position: fixed;top: 0;left: 0;width: 100%;min-width: 1200px;height: 70px;}

/*首页banner*/
.banner17 .shutter {
    overflow: hidden;
    width: 1920px;
    height: auto;
    position: relative;
    left: 50%;
    margin-left: -960px;
    top: 0;
}

.banner17 .shutter-img {
    z-index: 1;
}

.banner17 .shutter-img,
.banner17 .shutter-img a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.banner17 .shutter-img a {
    cursor: default;
}

.banner17 .shutter-img a>img {
    width: 1920px;
    height: auto;
}

.banner17 .shutter-img .created {
    overflow: hidden;
    position: absolute;
    z-index: 20;
}

.banner17 .shutter-btn {
    width: 1300px;
    height: 64px;
    z-index: 9;
    position: absolute;
    top: 50%;
    margin-left: -650px;
    margin-top: -32px;
    left: 50%;
    clear: both;
    display: none;
}

.banner17:hover .shutter-btn {
    display: block;
}

.banner17 .shutter-btn li {
    width: 64px;

    height: 64px;
    cursor: pointer;
}

.banner17 .shutter-btn li.prev {
    float: left;
    background: url(../images/public/left3.png) no-repeat;
}

.banner17 .shutter-btn li.next {
    float: right;
    background: url(../images/public/right3.png) no-repeat;
}

.cover {
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.center{width:1200px; margin:0px auto;min-width:1200px;}

.tpleft{ float:left;}
.tpright{ float:right;}
/*顶部*/
.hed{ background:#f3f3f3; border-bottom: 1px solid #e0e0e0; height:40px;line-height:40px;}
.toone b{color:#999;font-size:14px;font-weight:normal;}
.toone span{ float:right;color:#999;}
.toone a{ color:#999;}
/*logo*/
.top1{/*background:url(../images/index_10.jpg) left no-repeat;*/ margin:25px auto; height:90px;}
.topone .logo{ width:600px; float:left; }
.rexian{ float:right;background:url(../images/index_06.jpg) no-repeat left top;padding-left:20px;font-size: 16px;margin-top:10px;}
.rexian span{ color:#073e77;font-size:26px; font-weight: bold;}
/*导航*/
.navbg{ background:#073e77;}
.navbg ul{ width:1200px; margin:0 auto;}
.navbg ul>li{ height:60px;line-height:60px;float:left; position:relative;color:#fff;}
.navbg ul>li>a{ display:block;background:url(../images/menujt.png) right no-repeat; padding: 0 36px; font-size:16px; color:#fff;}
.navbg ul>li.cur a{ color:#fff;}
/*.navbg ul>li .erji {min-width:116px;position:absolute;z-index:99;background:#fff;padding:10px;text-align:center;display:none;}
.navbg ul>li .erji a {display:block;height:35px;line-height:35px;overflow:hidden;font-weight:normal;background:none;color:#073e77;font-size:16px;}
.navbg ul>li .erji a:hover{ background:#073e77;color:#fff;}
.navbg ul li.none a{ background:none;}*/



/*footer*/

/*底部*/
.foot{ background:#262729;padding:50px 0;overflow: hidden;}
.foot .bottom .botleft{ width:280px; float:left;padding-top:20px;}
.foot .bottom .botleft .ftit h1{font-size:22px;color:#545454;margin-bottom:5px;}
.foot .bottom .botleft .ftit em{color:#545454;}
.foot .bottom .botleft form{ margin-top:24px;}
.foot .bottom .botleft form input{ float:left;}
.foot .bottom .botleft form input.biao{ border:1px #3e4043 solid; border-right:0px; height:36px; line-height:36px; width:200px; margin:0px; padding:0px; overflow:hidden; background:none; padding-left:10px; color:#ccc; outline:none;}
.foot .bottom .botleft form input.que{width:48px;height:38px;background:url(../images/index_146.jpg) no-repeat;border:none;}

.foot .bottom .botright{width: 900px;float:right;}
.botmenu{border-top:1px #484a4d solid;margin-bottom: 0;height:49px;padding-top: 15px;}
.botmenu .tpright{ margin-right:19px; margin-top:5px; width:36px; height:36px; float:right;}
.botmenu .tpright a{ display:inline;}
.botmenu ul{width: 760px;float:left;margin-left:18px;}
.botmenu ul li{ float:left; margin-right:14px;}
.botmenu ul li a{display:block;line-height:47px;padding-left:5px;padding-right:5px;font-size: 15px;color:#ffffff;}
.botmenu ul li a:hover{border-bottom:2px #890a17 solid;}
.botmenu ul li.cur a{border-bottom:2px #890a17 solid;}
.boleft{ font-size:14px; color:#9b9b9b;line-height:28px; padding-left:23px;}
.boleft a{font-size:14px; color:#9b9b9b;}
.bootwz .tpright{ width:122px; float:right; text-align:center; color:#9b9b9b; font-size:14px; margin-right:10px;}
